home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 April / april_2001.iso / intercd / root / Multimedia / ^Games / Games_Demos / NBA / cscripts / xstartup.cfg < prev   
Encoding:
Text File  |  2001-02-08  |  636 b   |  31 lines

  1. // This script file is executed automatically on startup.
  2. //
  3.  
  4. // Building internal game function table...
  5. exec xgamefnc.cfg
  6.  
  7. // Load device default-file table.
  8. exec xdevcfgs.cfg
  9.  
  10. // Default render configuration
  11. exec render.cfg
  12.  
  13. // Binding generic global keyboard bindings.
  14. // The "global" user is for global keyboard bindings, like tilde, escape, etc
  15. setbinduser GLOBAL
  16.  
  17. // Keyboard front-end key mappings
  18.  
  19. bind +K_ESC        GPAUSE
  20. bind +K_ENTER    GCONTINUE
  21.  
  22. bindalias SCREENSHOT "ren_screengrab"
  23. bind +K_F12 SCREENSHOT
  24.  
  25. // Debug bindings...
  26. bindalias BREAK "break"
  27. bind +K_F11 BREAK
  28.  
  29. print "Autoexec Complete!"
  30.  
  31.